home *** CD-ROM | disk | FTP | other *** search
- object fDT: TfDT
- Left = 224
- Top = 171
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Date / Time'
- ClientHeight = 135
- ClientWidth = 318
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Button1: TButton
- Left = 8
- Top = 108
- Width = 97
- Height = 21
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 216
- Top = 108
- Width = 95
- Height = 21
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 305
- Height = 89
- TabOrder = 2
- object Label1: TLabel
- Left = 16
- Top = 26
- Width = 28
- Height = 12
- Caption = 'Date:'
- end
- object Label2: TLabel
- Left = 16
- Top = 54
- Width = 29
- Height = 12
- Caption = 'Time:'
- end
- object label3: TEdit
- Left = 50
- Top = 23
- Width = 121
- Height = 20
- TabOrder = 0
- end
- object label4: TEdit
- Left = 50
- Top = 51
- Width = 121
- Height = 20
- TabOrder = 1
- end
- object RadioButton1: TRadioButton
- Left = 198
- Top = 21
- Width = 99
- Height = 17
- Caption = 'Date'
- TabOrder = 2
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 198
- Top = 38
- Width = 99
- Height = 18
- Caption = 'Time'
- TabOrder = 3
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 198
- Top = 56
- Width = 99
- Height = 17
- Caption = 'Date and Time'
- Checked = True
- TabOrder = 4
- TabStop = True
- OnClick = RadioButton3Click
- end
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-